BluetoothInterface_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class BluetoothInterface_Factory

Functions

Link copied to clipboard
open fun create(contextProvider: Provider<Application>, bluetoothRepositoryProvider: Provider<BluetoothRepository>, serviceProvider: Provider<RadioInterfaceService>): BluetoothInterface_Factory
Link copied to clipboard
open fun get(address: String): BluetoothInterface
Link copied to clipboard
open fun newInstance(context: Application, bluetoothRepository: BluetoothRepository, service: RadioInterfaceService, address: String): BluetoothInterface